home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-1294.lzh / AMOSLIST / text0031.txt < prev    next >
Encoding:
Text File  |  1995-01-03  |  665 b   |  19 lines

  1.  
  2.  
  3. >     You were right! I tried to poke Start(banknum)-20 address.
  4. >     ( Loke Start(bank)-20,size).Then I executed ListBank command and 
  5. > the size was altered!I said great and tryed to re-run it getting a 
  6. > GURU from exec library (free twice) as an answer! So forget it!
  7. >     When I suggested using Copy to copy two banks I meant the command 
  8. > Copy start(bank1),start(bank1)+length(1) To Start(bank2).Is it slow?
  9. >     You don't have to use C.You can also allocate memory using the 
  10. > exec routine AllocMem().You can call whichever routine from OS you 
  11. > want within AMOS.   
  12.  
  13. Yes, you're right, but if I had to learn all OS calls I'd go for C!
  14.  
  15. Thanks
  16.  
  17. M&F
  18.  
  19.